Welcome![Sign In][Sign Up]
Location:
Search - matlab source code for svm

Search list

[Other resourcesvm_new

Description: MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.
Platform: | Size: 127796 | Author: chenbin | Hits:

[ToolBarsvm465

Description: This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.-This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.
Platform: | Size: 153600 | Author: 孙荣超 | Hits:

[matlab1087

Description: pca+svm源代码(matlab) matlab代码,pca进行特征提取,svm进行分类-pca+ svm source code (matlab) matlab code, pca for feature extraction, svm classification
Platform: | Size: 3072 | Author: 杨霄 | Hits:

[Software EngineeringPSOt_User_manual

Description: 粒子群算法(PSO)源代码工具箱。该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好有关参数,即可自行优化。-Particle Swarm Optimization (PSO) source code toolbox. The toolkit will be the core of the PSO algorithm package, and available to users of the adjustable parameters for the algorithm, users only need to define the relevant parameters, can be self-optimizing.
Platform: | Size: 58368 | Author: 李志 | Hits:

[matlabsvm_new

Description: MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.-MATLAB-SVM algorithm, Matlab Support Vector Machine Toolbox, This toolbox was designed as a teaching aid, which matlab isparticularly good for since source code is relatively legible andsimple to modify. However, it is still reasonably fast if usedwith the supplied optimiser. However , if you really want to speedthings up you should consider compiling the matrix compositionroutine for H into a mex function. Then again if you really wantto speed things up you probably shouldn t be using matlabanyway ... Get hold of a dedicated C program once you understandthe algorithm.
Platform: | Size: 128000 | Author: chenbin | Hits:

[matlabSVMtools

Description: 该源码是针对MATLAB的SVM工具包,可用于MATLAB来进行SVM研究。-The MATLAB source code for the SVM toolkit can be used in MATLAB to carry out research SVM.
Platform: | Size: 128000 | Author: tom | Hits:

[matlabEC_project

Description: Matlab source for blind classification of EEG data (BCI competition II data set IV)
Platform: | Size: 2823168 | Author: sirali | Hits:

[Speech/Voice recognition/combinesvm_mex601r14

Description: svm source code for matlab R14
Platform: | Size: 2894848 | Author: Manish | Hits:

[Windows Developmathpro

Description: pca+ svm source code (matlab) matlab code, pca for feature extraction, svm classification
Platform: | Size: 15360 | Author: Farid | Hits:

[matlabSVMmatlab

Description: matlab环境下的支持向量机源代码,支持支持向量机在小样本分析方面有很好的优势。-This is the source code of SVM in Matlab environment which is very ussful for analysis a small sample to support for classing.
Platform: | Size: 1698816 | Author: qinyuan | Hits:

[AI-NN-PRalgorithms

Description: 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization, differential evolution algorithm, genetic neural network algorithm, particle swarm SVM algorithm, particle swarm hybrid neural network algorithm algorithm. . .
Platform: | Size: 6202368 | Author: 王军 | Hits:

[matlabsvm-by-Steve-Gunn

Description: This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.
Platform: | Size: 124928 | Author: Amy | Hits:

[Windows DevelopGGA__SVMMA

Description: GA/SVM 程序源码包含三个文件:1。MainGA12.m2。selectGA12.m3。svmc12.mMainGA12.m是主文件,其余两个是被调用文件。MainGA12.m里主要设置有关参数。。======================MainGA12.m文件有关设置的说明:12行:host= \gatest\ %在matlab的安装盘,例如c:\下设置的程序源码运行结果目录。 源代码完整 -GA/SVM program source code consists of three files: 1. MainGA12.m2. selectGA12.m3. svmc12.mMainGA12.m master file, and the remaining two are called file. MainGA12.m mainly set the relevant parameters. . Description of the the ====================== MainGA12.m file settings: line 12: host = \ gatest \ in the matlab installation disk, for example, the c: \ the next set of program source directory of the operating results. Source code for a complete
Platform: | Size: 1674240 | Author: 奖励 | Hits:

[AI-NN-PRSVM-kernel

Description: SVM核函数源代码,用matlab语言编写的,适用于分类及相关问题的分析-The SVM kernel function source code, written with matlab language, suitable for classification and analysis of the related problem
Platform: | Size: 1024 | Author: panxinghui | Hits:

[AI-NN-PRSVM-output

Description: SVM输出预测结果源代码,用matlab语言编写的,适用于分类及相关问题的分析-SVM output prediction results source code, written with matlab language, suitable for classification and analysis of the related problem
Platform: | Size: 1024 | Author: panxinghui | Hits:

[matlabMatlab--Incremental-SVM

Description: 提供了完整的增量式支持向量机的matlab原代码程序,便于初学者学习-Provides a complete incremental SVM matlab program source code, easy for beginners to learn
Platform: | Size: 88064 | Author: 王灿 | Hits:

[matlabClassification-MatLab-Toolbox

Description: 模式分类工具箱,有PCA、SVM、ID3源代码,用于数据分析、模式识别和机器视觉。-Pattern classification toolbox, there PCA, SVM, ID3 source code for data analysis, pattern recognition and machine vision.
Platform: | Size: 950272 | Author: 韩晓春 | Hits:

[matlab2016.10.04GSA_SVM

Description: 以优化SVM算法的参数c和g为例,对GSA(引力搜索算法)MATLAB源码进行了详细中文注解。是很好的学习材料。- In order to optimize SVM algorithm parameters c and g as an example, the GSA (Gravitational Search Algorithm) MATLAB source code for a detailed Chinese annotation. Is a good learning materials.
Platform: | Size: 561152 | Author: Genlovy Hoo | Hits:

[matlabSVM_VER_3.0

Description: SVM算法模型,可根据具体的训练集训练自己的算法模型。(SVM algorithm model and method, you could check the source code for matlab and study it.)
Platform: | Size: 843776 | Author: caffery | Hits:

[OtherSVM_Mdl.mat

Description: These files are matlab source code for price forecasting for smart meter hourly data. Step 1 relevant features are selected by Gray Correlation, Random Forest, Relief F algorithms. Then Kernel PCA of features are calculated. Price is predicted by Kernel SVM.
Platform: | Size: 61308928 | Author: sanaMujeeb | Hits:
« 1 23 »

CodeBus www.codebus.net